Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deadlock on ModuleData methods #2709

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

saquibmian
Copy link
Contributor

We were recursing back into checkDigest, which is wrapped in a sync.OnceValues, resulting in a deadlock.

We were recursing back into `checkDigest`, which is wrapped in a `sync.OnceValues`, resulting in a deadlock.
@saquibmian saquibmian merged commit 16f8f4f into bufmod Jan 17, 2024
7 of 8 checks passed
@saquibmian saquibmian deleted the smian/fix-moduledata-deadlock branch January 17, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants